.index_customer_bg{ min-width:1190px; max-width:1920px; margin:auto;height: 468px;background: url(../ZERO/img/customer_bg.jpg) no-repeat center;}
.customer_wai{width: 100%;padding-top: 85px;}
.customer_wai .first_customerbox{width: 381px;height: auto;float: left;display: none;}
.customer_wai .first_customerbox_right{width: 790px;height: auto;float: left;margin-left: 19px;display: none}
.customer_title{width: 100%;height: 110px;background-color: #ec1b24;text-align: center;}
.customer_title h3{text-align: center;font-size: 36px;color: #fff;line-height: 40px;font-weight: normal;padding-top: 20px;}
.customer_title h5{text-align: center;font-size: 16px;color: #d2d2d2;line-height: 30px;font-weight: normal;text-transform: uppercase;}



.customer_pagination{display: none;}

.index_abusbox{width: 790px;height: 320px;background-color: #fff;}
/*.customer_title{position: absolute;bottom: 0;right: 40px;background: url(../ZERO/img/abus_left.jpg) no-repeat;width: 40px;height: 40px;z-index: 9;}
.caserightbtn{position: absolute;bottom: 0;right: 0;background: url(../ZERO/img/abus_right.jpg) no-repeat;width: 40px;height: 40px;z-index: 9;}*/

.amhl_case_pic2{
    width: 790px;height: 320px;position: relative;float: left;
}
.amhl_case_list2{
    width: 790px;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.section5{
    width: 100000px;
    position: absolute;
}
.section5 li{
    width: 790px;
    height: 320px;
    float: left;
    overflow: hidden;
}
.customer_box2{
    width: 177px;
    height: 94px;
    border: 1px solid #d6d7d7;
    text-align: center;
    float: left;
}

.customer_box2:hover img{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}